home *** CD-ROM | disk | FTP | other *** search
/ In Focus Guide to Better Photography / In Focus Guide to Better Photography.iso / port.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-07-07  |  283 b   |  10 lines

  1. global sndPath, gIntroTimeList, gIntroWhichPhoto
  2.  
  3. on exitFrame
  4.   set gIntroTimeList to list(0, 6.0, 14.5, 22.0, 27.5, 31.0, 42.0, 49.0, 62.0, 73.0)
  5.   set gIntroTimeList to gIntroTimeList * 60
  6.   set gIntroWhichPhoto to 1
  7.   sound playFile 2, sndPath & "studio.aif"
  8.   updateStage()
  9. end
  10.